Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: OpenDoc Class Reference /
Part 1 - Classes and Methods / ODValueNameSpace


CreateIterator

The CreateIterator method creates a value iterator for the entries in this value name space.

ODValueIterator CreateIterator ();
return value
A reference to a value iterator for iterating over the entries in this value name space.
DISCUSSION
You call this method when you need to apply an operation to all the entries of this name space.

While you are using the returned value iterator, you must not modify this value name space; in particular, you must not register or unregister entries and you must not delete this value name space.

You must delete the returned value iterator when it is no longer needed.

SEE ALSO
The ODValueIterator class (page 816).
Table 11-1 on page 466 in OpenDoc Programmer's Guide.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
17 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help